home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_m_p / magic124.zip / DEMO.BAT < prev    next >
DOS Batch File  |  1991-10-02  |  232b  |  14 lines

  1. echo off
  2. cls
  3. askyn Are you running a MULTI-Sync type Monitor
  4. if errorlevel == 2 goto mag1
  5. if errorlevel == 1 goto mag2
  6. goto exit
  7. :mag1
  8. magic /MT1 /S1,1,0,0
  9. goto loadreadme
  10. :mag2
  11. magic /s1,1,0,0
  12. :loadreadme
  13. readme
  14. :exit